| 1. | Is a structural diagram of the factory pattern 图1是工厂模式的结构图。 |
| 2. | An implementation of the factory pattern ,它是工厂模式的实现。 |
| 3. | An abstract factory pattern in a college matriculation system 抽象工厂模式在高校学生录取中的应用 |
| 4. | Has been redesigned according to the static factory pattern 已经根据静态工厂模式( factory pattern )重新设计了 |
| 5. | Using the factory pattern in the 用工厂模式,在 |
| 6. | For an example of an object implementing the factory pattern , see the example for the 有关实现工厂模式的对象的示例,请参见 |
| 7. | Hopefully this article helped you understand the basics of the abstract factory pattern 希望这篇文章能帮助你理解抽象工厂模式的基础。 |
| 8. | In some cases , the factory pattern brings more complexity than you need to the application 在某些情况下,工厂模式会给应用程序带来超乎需要的复杂性。 |
| 9. | A more advanced implementation of the factory pattern would add a layer of abstraction to the product classes 工厂模式的更高级实现要向产品类添加一个抽象层。 |
| 10. | The factory pattern is a convenient solution if you need to avoid making changes to the client 如果要避免对客户机进行修改,则工厂模式会是一个便捷的解决方案。 |